home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 February / EnigmA AMIGA RUN 04 (1996)(G.R. Edizioni)(IT)[!][issue 1996-02][Skylink CD III].iso / earcd / netbsd / contrib / x11 / mesa-1.0b-bin10.readme < prev    next >
Text File  |  1995-12-26  |  1KB  |  37 lines

  1. Descr:     Mesa is a 3-D graphics library with an API which is very
  2.     similar to that of OpenGL. 
  3.  
  4. Mesa is a 3-D graphics library with an API which is very similar to that
  5. of OpenGL*.
  6.  
  7. Features which are complete include:
  8.     all glBegin() primitives
  9.     all model and view transformations
  10.     clipping (against user clip planes and view volume)
  11.     lighting
  12.     smooth shading
  13.     depth buffering
  14.     accumulation buffer
  15.     alpha testing/blending
  16.     stencil buffer
  17.     dithering
  18.     logic operations
  19.     evaluators  (curves and surfaces)
  20.     feedback/selection
  21.     fog (per-pixel or per-vertex)
  22.     polygon/line stippling
  23.     read/write/copy pixels
  24.     tk and aux libraries for X11
  25.     context switching (multiple windows)
  26.     RGB mode simulated in color mapped windows
  27.  
  28. Features which aren't yet complete include:
  29.     display lists (~90% complete)
  30.     texture mapping (partially implemented)
  31.     anti-aliasing
  32.     the GLU library (partially implemented)
  33.     see the src/NOTES file for more info
  34.  
  35. Since the OpenGL API is used, OpenGL documentation can serve as the
  36. documentation for Mesa.
  37.